home *** CD-ROM | disk | FTP | other *** search
- /*
- File: 2020HalfGwySetupDialogs.h
-
- Copyright: © 1991-1994 by Apple Computer, Inc.
- All rights reserved.
-
- Part of the AOCE Sample SMSAM Package. Consult the license
- which came with this software for your specific legal rights.
-
- */
-
-
-
- #ifndef __2020HALFGWYSETUPDIALOGS__
- #define __2020HALFGWYSETUPDIALOGS__
-
- #ifndef __DIALOGWINDOW__
- #include "DialogWindow.h"
- #endif
-
- class TGetNewMailServerInformationWindow : public TDialogWindow
- {
- public: TGetNewMailServerInformationWindow ( short ditlID );
- virtual ~TGetNewMailServerInformationWindow ();
-
- virtual void HandleButtonPress ( short whichButton );
-
-
- };
-
- /***********************************|****************************************/
-
- #endif